COPY$
COPY$ returns a given part of a string.

ARGUMENTS:
* String = The string to copy from
* Start = The start position to copy
* Length = The number of characters to copy

RETURNS:
The part of the string.


SYNTAX
Return String=COPY$(String,Start,Length)


RELATED INFO
View String Operations Index
View STYX Index
View STYX Main File